body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #719ac5, #8e7ca7);
    padding-bottom: 250px;

    overflow-x: hidden; /* Remove the horizontal scrollbar */

}


nav .nav-link {
    font-size: 34px;
    color: white !important;
  }
  
  nav .nav-link:hover {
    text-decoration: line-through;
  }

  .navbar-toggler {
    transform: translateY(4px);  /* Move it up (negative = up, positive = down) */
 height: 80px;
      width: 70px;
      color: white;
      
  }


.navbar-nav .nav-link {
  line-height: 20px; /* Match header height */
    padding: 8px;
    font-size: 24px;
          color: white;

}

.navbar img {
    padding-left: 10px;
    height: 55px;
    width: auto;
}









.headshot img{
    position: absolute; /* Allows precise positioning */
    top: 90px; /* Move the image upwards */
    left: 12%; /* Maintain horizontal alignment */
    width: 30%; /* Keep responsive sizing */
    height: auto;
}


.info, .hobbys {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    color: black;
    font-size: 16px;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .info, .hobbys {
        font-size: 14px;
        padding: 15px;
    }
}












